home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1999 September / PC Action Issue 81 (September 1999).ISO / vft / film / carduc.dir / 00048_vai testo.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  225 b   |  13 lines

  1. on mouseUp
  2.   global i, testo
  3.   ClosePanoMovie()
  4.   set i to 1
  5.   if the frame = 53 then
  6.     ClearStage(59)
  7.   end if
  8.   set the cursor of sprite 35 to 4
  9.   puppetTransition(4)
  10.   go("testo")
  11.   set the cursor of sprite 35 to -1
  12. end
  13.